@charset "UTF-8";
html,
body {
  background-color: #f1f3f5;
}

#head {
  height: 80px;
}
#head .head {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.5);
  z-index: 15;
}
#head .head .left-div {
  float: left;
  padding-left: 10px;
}
#head .head .left-div .logo {
  width: 181px;
  height: 40px;
  display: block;
  float: left;
  margin-top: 20px;
}
#head .head .left-div .logo img {
  width: 181px;
  height: 40px;
}
#head .head .left-div .nav-div {
  margin-left: 40px;
  float: left;
}
#head .head .left-div .nav-div a {
  display: block;
  float: left;
  line-height: 80px;
  margin-right: 25px;
}
#head .head .left-div .nav-div a:last-child {
  margin-right: 0;
}
#head .head .left-div .search-box {
  margin-left: 25px;
  float: left;
  margin-top: 20px;
}
#head .head .right-div {
  float: right;
}
#head .head .right-div > * {
  float: left;
}
#head .head .right-div .look-font-a {
  width: 80px;
  height: 40px;
  background: #FBB434;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: white;
  margin-top: 20px;
}
#head .head .right-div .zhq {
  line-height: 80px;
}
#head .head .right-div .zhq svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 3px;
}
#head .head .right-div .font-recognition {
  line-height: 80px;
  margin-left: 28px;
}
#head .head .right-div .user {
  margin-left: 38px;
  opacity: 0;
  margin-right: 10px;
  width: 46px;
  text-align: right;
}
#head .head .right-div .user .login-after {
  height: 60px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}
#head .head .right-div .user .login-after > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#head .head .right-div .user .login-after > div {
  position: absolute;
  width: 250px;
  min-height: 140px;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.5);
  display: none;
}
#head .head .right-div .user .login-after > div .show-vip-top {
  min-height: 100px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
#head .head .right-div .user .login-after > div .show-vip-top .tip {
  font-weight: bold;
  color: #000e33;
  margin: 0 auto;
  line-height: 20px;
  max-width: 200px;
  text-align: center;
}
#head .head .right-div .user .login-after > div .logout-btn {
  line-height: 40px;
  text-align: center;
  color: #919191;
  cursor: pointer;
}
#head .head .right-div .user .login-after > div.no-vip-box .show-vip-top {
  background: -webkit-linear-gradient(left, #f2f7ff 0%, #d5e6ff 100%);
  background: -moz-linear-gradient(left, #f2f7ff 0%, #d5e6ff 100%);
  background: -o-linear-gradient(left, #f2f7ff 0%, #d5e6ff 100%);
  background: linear-gradient(90deg, #f2f7ff 0%, #d5e6ff 100%);
}
#head .head .right-div .user .login-after > div.no-vip-box .show-vip-top .tip {
  margin-bottom: 15px;
}
#head .head .right-div .user .login-after > div.no-vip-box .t1,
#head .head .right-div .user .login-after > div.no-vip-box .t2 {
  display: none;
}
#head .head .right-div .user .login-after > div.yes-vip-box .show-vip-top {
  background: -webkit-linear-gradient(left, #fffaf2 0%, #ffefd2 100%);
  background: -moz-linear-gradient(left, #fffaf2 0%, #ffefd2 100%);
  background: -o-linear-gradient(left, #fffaf2 0%, #ffefd2 100%);
  background: linear-gradient(90deg, #fffaf2 0%, #ffefd2 100%);
}
#head .head .right-div .user .login-after > div.yes-vip-box .show-vip-top .t1 {
  color: #8c3800;
  font-weight: bold;
  max-width: 200px;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
#head .head .right-div .user .login-after > div.yes-vip-box .show-vip-top .t2 {
  color: #f06d16;
  line-height: 20px;
}
#head .head .right-div .user .login-after > div.yes-vip-box .show-vip-top .tip,
#head .head .right-div .user .login-after > div.yes-vip-box .show-vip-top .com-yq-btn {
  display: none;
}
#head .head .right-div .user .login-after > div.free-vip-box {
  min-height: auto;
}
#head .head .right-div .user .login-after > div.free-vip-box .show-vip-top {
  min-height: 60px;
  background: -webkit-linear-gradient(left, #f2f7ff 0%, #d5e6ff 100%);
  background: -moz-linear-gradient(left, #f2f7ff 0%, #d5e6ff 100%);
  background: -o-linear-gradient(left, #f2f7ff 0%, #d5e6ff 100%);
  background: linear-gradient(90deg, #f2f7ff 0%, #d5e6ff 100%);
}
#head .head .right-div .user .login-after > div.free-vip-box .show-vip-top .tip {
  margin-bottom: 0;
}
#head .head .right-div .user .login-after:hover > div {
  display: block;
}
#head .head .right-div .user .login-before {
  line-height: 22px;
  cursor: pointer;
  display: none;
  width: 46px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #4185eb;
  color: #4185eb;
  text-align: center;
  display: block;
  margin-top: 28px;
}

#Foot-box {
  height: 120px;
  margin-top: 50px;
}
#Foot-box .Foot {
  height: 120px;
  background-color: #222;
  width: 100%;
  bottom: 0;
  position: absolute;
}
#Foot-box .Foot .container {
  text-align: center;
  padding-top: 35px;
}
#Foot-box .Foot .container .foot-top {
  text-align: left;
}
#Foot-box .Foot .container .foot-top a {
  font-size: 14px;
  padding-right: 20px;
  border-right: 1px solid #616161;
  margin-right: 20px;
  color: #616161;
}
#Foot-box .Foot .container .foot-top a:last-child {
  border-right: none;
}
#Foot-box .Foot .container > p {
  margin-top: 24px;
  color: #616161;
  font-size: 14px;
  text-align: left;
}
#Foot-box .Foot .container > p a {
  font-size: 14px;
  color: #616161;
}

.com-hover-blue:hover {
  color: #4185eb !important;
  cursor: pointer;
}

.com-hover-blue-div > *:hover {
  color: #4185eb !important;
  cursor: pointer;
}

.com-child-item-float-div-five > * {
  float: left;
  margin-right: 15px;
  width: 228px;
  display: block;
}
.com-child-item-float-div-five > *:nth-child(5n) {
  margin-right: 0;
}

.com-child-item-float-div-four > * {
  float: left;
  margin-right: 20px;
  width: 285px;
  display: block;
}
.com-child-item-float-div-four > *:nth-child(4n) {
  margin-right: 0;
}

.com-head-left-right-box .title {
  font-size: 16px;
  line-height: 22px;
  float: left;
  padding-left: 10px;
  font-weight: 600;
}
.com-head-left-right-box .right {
  font-size: 12px;
  line-height: 22px;
  float: right;
}
.com-head-left-right-box .right .cela1 {
  width: 6px;
  height: 8px;
  fill: #313131;
  vertical-align: initial;
  margin-bottom: 1px;
}
.com-head-left-right-box .right:hover {
  color: #4185eb;
}
.com-head-left-right-box .right:hover svg {
  fill: #4185eb;
}
.com-head-left-right-box:hover {
  color: #4185eb;
}
.com-head-left-right-box:hover svg {
  fill: #4185eb;
}

.com-screen-box {
  background-color: #fff;
  border-radius: 8px;
}
.com-screen-box .com-screen-head {
  height: 56px;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.com-screen-box .com-screen-head a {
  display: inline-block;
  width: 108px;
  font-size: 13px;
  line-height: 54px;
  margin: 0 10px;
  cursor: pointer;
  color: #a3a3a3;
}
.com-screen-box .com-screen-head a.active {
  padding-bottom: -3px;
  color: #313131;
  border-bottom: 3px solid #4185eb;
}
.com-screen-box .com-screen-head a.re {
  position: relative;
}
.com-screen-box .com-screen-head a.re::after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: -webkit-linear-gradient(right, #fb8d34 0%, #ffbe4a 100%);
  background: -moz-linear-gradient(right, #fb8d34 0%, #ffbe4a 100%);
  background: -o-linear-gradient(right, #fb8d34 0%, #ffbe4a 100%);
  background: linear-gradient(270deg, #fb8d34 0%, #ffbe4a 100%);
  border-radius: 10px 10px 10px 0px;
  content: "热";
  line-height: 20px;
  font-size: 12px;
  color: white;
  top: 0;
  right: 0;
  top: 17px;
  right: -2px;
}
.com-screen-box .com-screen-cont {
  padding: 0 30px;
}
.com-screen-box .com-screen-cont .com-screen-cont-item {
  min-height: 78px;
  padding-top: 30px;
  border-bottom: 1px solid #e5e6e5;
  padding-bottom: 10px;
}
.com-screen-box .com-screen-cont .com-screen-cont-item > p {
  display: block;
  float: left;
  font-size: 13px;
  color: #919191;
  width: 65px;
  line-height: 18px;
}
.com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont {
  margin-left: 20px;
  float: left;
  width: 1054px;
}
.com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont.mr50 a {
  margin-right: 30px;
}
.com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont a,
.com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont p {
  margin-right: 24px;
  display: block;
  float: left;
  cursor: pointer;
  line-height: 18px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #313131;
}
.com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont a:hover, .com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont a.active,
.com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont p:hover,
.com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont p.active {
  color: #4185eb;
}
.com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont a:last-child,
.com-screen-box .com-screen-cont .com-screen-cont-item .com-screen-cont-item-cont p:last-child {
  margin-right: 0;
}
.com-screen-box .com-screen-cont .com-screen-cont-item:last-child {
  border-bottom: none;
}

.com-special-box .com-special-box-cont .item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  cursor: pointer;
}
.com-special-box .com-special-box-cont .item .item-box {
  height: 120px;
  position: relative;
}
.com-special-box .com-special-box-cont .item .item-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.com-special-box .com-special-box-cont .item .item-box > p {
  position: absolute;
  border-radius: 0px 8px 0px 8px;
  background-color: #4185eb;
  text-align: center;
  width: 60px;
  height: 20px;
  line-height: 20px;
  color: white;
  font-size: 12px;
  right: 0;
  top: 0;
}
.com-special-box .com-special-box-cont .item .item-bot {
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #313131;
}
.com-special-box .com-special-box-cont .item .item-bot img {
  width: 150px;
  height: 30px;
}
.com-special-box .com-special-box-cont .item:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 31, 77, 0.1);
}

.com-ggg-img-box {
  text-align: center;
}

.com-preview-box .left-preview {
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  float: left;
  position: relative;
}
.com-preview-box .left-preview > input {
  width: 744px;
  padding-left: 20px;
  float: left;
  border: 1px solid #e8eaec;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 40px;
  padding-right: 100px;
}
.com-preview-box .left-preview > input:focus, .com-preview-box .left-preview > input:hover {
  border: 1px solid #4185eb;
}
.com-preview-box .left-preview .zhuanhuan1 {
  position: absolute;
  right: 18px;
  top: 13px;
}
.com-preview-box .right-btn {
  float: left;
  width: 80px;
  height: 40px;
  background-color: #4185eb;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: white;
}
.com-preview-box.gary-preview .left-preview > input {
  width: 660px;
  border-radius: 4px 0 0px 0px;
  border: 1px solid #ececec;
  border-right: 0;
}
.com-preview-box.gary-preview .right-btn {
  background: #f7f7f7;
  border-radius: 0px 4px 0px 0px;
  border: 1px solid #ececec;
  font-size: 13px;
  color: #313131;
}

.com-operation-font-div {
  border-radius: 8px;
  height: 70px;
  border-radius: 8px;
  background-color: #fff;
}
.com-operation-font-div .com-preview-box {
  margin-left: 30px;
  float: left;
  margin-top: 15px;
}
.com-operation-font-div .change-font-size {
  float: left;
  margin-top: 17px;
}
.com-operation-font-div .change-font-size > .name {
  font-size: 13px;
  color: #919191;
  margin-left: 20px;
  line-height: 36px;
  float: left;
}
.com-operation-font-div .change-font-size .com-drop-div {
  margin-left: 15px;
}
.com-operation-font-div .x {
  height: 36px;
  width: 1px;
  background: #ececec;
  float: left;
  margin-top: 17px;
  margin-left: 30px;
}
.com-operation-font-div .reset-button {
  width: 80px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  line-height: 36px;
  float: left;
  text-align: center;
  font-size: 13px;
  margin-top: 17px;
  margin-left: 30px;
  cursor: pointer;
}
.com-operation-font-div .reset-button:hover {
  background-color: #fff;
  color: white;
  background-color: #4185eb;
  border: 1px solid #4185eb;
}

.com-open-p {
  position: relative;
  cursor: pointer;
}
.com-open-p svg {
  position: absolute;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  width: 10px;
  top: 3px;
  right: -16px;
  height: 12px;
}
.com-open-p:hover > p {
  color: #156ae9 !important;
}
.com-open-p:hover svg {
  fill: #156ae9 !important;
}
.com-open-p.open svg {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.com-drop-div {
  float: left;
  position: relative;
}
.com-drop-div .com-open-p {
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 0 39px 0 15px;
  position: relative;
  cursor: pointer;
}
.com-drop-div .com-open-p p {
  line-height: 36px;
  font-size: 12px;
  color: #313131;
}
.com-drop-div .com-open-p svg {
  top: 11px;
  right: 17px;
  fill: #ccc;
}
.com-drop-div .class-drop-cont {
  width: 102px;
  z-index: 1;
  padding: 5px 0;
  max-height: 252px;
  overflow-y: auto;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.5);
  position: absolute;
  left: 50%;
  top: 41px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.com-drop-div .class-drop-cont p {
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  font-size: 14px;
  background-color: #fff;
  color: #596380;
  cursor: pointer;
  display: block;
}
.com-drop-div .class-drop-cont p.active {
  color: #154ff2;
}
.com-drop-div .class-drop-cont p:hover {
  background-color: #f5f5f5;
}

.com-button-hollow {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #4185EB;
  color: #4185EB;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  height: 40px;
}
.com-button-hollow.green-btn {
  color: #2fd8b4;
  border: 1px solid #2fd8b4;
}
.com-button-hollow.orange-btn {
  color: #FF874B;
  border: 1px solid #FF874B;
}

.com-button-icon {
  display: block;
  height: 40px;
  border-radius: 4px;
  font-size: 13px;
  padding: 0 20px;
  line-height: 40px;
  cursor: pointer;
  color: white;
  -webkit-transition: background 0.05s;
  -o-transition: background 0.05s;
  -moz-transition: background 0.05s;
  transition: background 0.05s;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.com-button-icon svg {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.com-button-icon i {
  margin-right: 6px;
  vertical-align: revert;
  color: white;
}
.com-button-icon.gary-btn {
  background-color: #eeeeee;
  color: #313131;
}
.com-button-icon.gary-btn i {
  font-size: 18px;
  color: #313131;
  vertical-align: bottom;
}
.com-button-icon.gary-btn:hover {
  background-color: #D3D4D4;
}
.com-button-icon.blue-btn {
  background-color: #4185eb;
}
.com-button-icon.blue-btn:hover {
  background-color: #115ED1;
}
.com-button-icon.yellow-btn {
  background-color: #fbb434;
}
.com-button-icon.yellow-btn:hover {
  background-color: #F29D02;
}
.com-button-icon.green-btn {
  background-color: #2fd8b4;
}
.com-button-icon.green-btn:hover {
  background-color: #04BF97;
}
.com-button-icon.orange-btn {
  background-color: #FF874B;
}
.com-button-icon.orange-btn:hover {
  background-color: rgba(255, 110, 37, 0.9);
}

.com-nav-box {
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
}
.com-nav-box span,
.com-nav-box a,
.com-nav-box h2,
.com-nav-box h1 {
  font-size: 14px;
  color: #919191;
}
.com-nav-box span {
  margin-right: 5px;
}
.com-nav-box a::after {
  content: ">";
  color: #919191;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  margin: 0 5px;
}
.com-nav-box a:hover {
  color: #4185eb;
}
.com-nav-box a:hover h2 {
  color: #4185eb;
}
.com-nav-box a:hover h1 {
  color: #4185eb;
}
.com-nav-box a:last-child::after {
  content: " ";
}

.com-bule-a-box a {
  display: block;
  float: left;
  height: 26px;
  background: rgba(65, 133, 235, 0.18);
  color: #156ae9;
  margin-right: 12px;
  line-height: 26px;
  padding: 0 14px;
  opacity: 0.5;
  font-size: 12px;
  margin-bottom: 18px;
}
.com-bule-a-box a:hover {
  background: rgba(65, 133, 235, 0.3);
}
.com-bule-a-box.gary-text a {
  color: #313131;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  opacity: 1;
  background-color: #fff;
}

.com-three-font-list-div > a,
.com-three-font-list-div > div {
  display: block;
  float: left;
  width: 386px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0 19px;
}
.com-three-font-list-div > a .img-box,
.com-three-font-list-div > div .img-box {
  line-height: 100px;
  height: 100px;
}
.com-three-font-list-div > a img,
.com-three-font-list-div > div img {
  width: 346px;
  vertical-align: middle;
}
.com-three-font-list-div > a .com-three-font-list-div-t,
.com-three-font-list-div > div .com-three-font-list-div-t {
  text-align: center;
  line-height: 40px;
  color: #616161;
  font-size: 13px;
  text-align: left;
  border-top: 1px solid #ECECEC;
  display: block;
}
.com-three-font-list-div > a:nth-child(3n),
.com-three-font-list-div > div:nth-child(3n) {
  margin-right: 0;
}

.propaganda-box .item {
  cursor: pointer;
  height: 70px;
  border-radius: 6px;
  height: 70px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding-top: 13px;
  padding-left: 13px;
}
.propaganda-box .item .t1 {
  line-height: 20px;
  margin-bottom: 7px;
  opacity: 0.9;
  color: white;
}
.propaganda-box .item .t2 {
  opacity: 0.9;
  font-size: 12px;
  color: white;
  line-height: 17px;
}

.com-hot-label-div a {
  height: 36px;
  display: block;
  float: left;
  margin-right: 20px;
  text-align: center;
  padding: 0 20px;
  line-height: 34px;
  background: -webkit-linear-gradient(315deg, #f3f6f8 0%, #ffffff 100%);
  background: -moz-linear-gradient(315deg, #f3f6f8 0%, #ffffff 100%);
  background: -o-linear-gradient(315deg, #f3f6f8 0%, #ffffff 100%);
  background: linear-gradient(135deg, #f3f6f8 0%, #ffffff 100%);
  box-shadow: 2px 2px 6px 0px rgba(69, 133, 230, 0.16);
  border-radius: 4px;
  border: 2px solid #ffffff;
  font-size: 13px;
  color: #156ae9;
  -webkit-transition: background 0.05s;
  -o-transition: background 0.05s;
  -moz-transition: background 0.05s;
  transition: background 0.05s;
}
.com-hot-label-div a:last-child {
  margin-right: 0;
}
.com-hot-label-div a:hover {
  background: -webkit-linear-gradient(315deg, #3070D2 0%, #4185EB 100%);
  background: -moz-linear-gradient(315deg, #3070D2 0%, #4185EB 100%);
  background: -o-linear-gradient(315deg, #3070D2 0%, #4185EB 100%);
  background: linear-gradient(135deg, #3070D2 0%, #4185EB 100%);
  box-shadow: 2px 2px 6px 0px rgba(69, 133, 230, 0.16);
  border: 2px solid #4185EB;
  color: white;
}

.search-box .left-search {
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  float: left;
  position: relative;
}
.search-box .left-search > input {
  width: 220px;
  padding-left: 20px;
  border: 1px solid #e8eaec;
  float: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 40px;
  font-size: 12px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;
}
.search-box .left-search > input:focus, .search-box .left-search > input:hover {
  border: 1px solid #4185eb;
}
.search-box .left-search .xiangji {
  position: absolute;
  right: 18px;
  cursor: pointer;
  top: 12px;
  cursor: pointer;
  fill: #979797;
  width: 18px;
  height: 15px;
}
.search-box .left-search .xiangji:hover {
  fill: #4185eb;
}
.search-box .right-btn {
  float: left;
  width: 60px;
  height: 40px;
  background-color: #4185eb;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: white;
}
.search-box .right-btn svg {
  width: 18px;
  height: 18px;
  margin-top: 11px;
}

.big-small-head {
  text-align: center;
}
.big-small-head .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.big-small-head .t2 {
  font-size: 13px;
  line-height: 18px;
  margin-top: 5px;
  opacity: 0.6;
}

.el-slider {
  height: 36px;
}
.el-slider .el-slider__button {
  height: 12px;
  width: 12px;
}
.el-slider .el-slider__button-wrapper {
  z-index: 8;
}
.el-slider .el-slider__bar {
  background-color: #1854b0;
}
.el-slider .el-slider__button {
  background-color: #4185eb;
  border-color: #4185eb;
}
.el-slider .el-slider__input {
  margin-top: 0;
}

.com-jbq {
  width: 100px;
}
.com-jbq .el-input-number__decrease,
.com-jbq .el-input-number__increase {
  width: 25px;
  height: 28px;
  line-height: 28px;
  color: #4185EB;
}
.com-jbq .el-input-number__decrease .el-icon-plus,
.com-jbq .el-input-number__increase .el-icon-plus {
  font-weight: bold;
}
.com-jbq .el-input .el-input__inner {
  height: 30px;
  width: 100px;
  padding: 0 25px;
}

.zhuanhuan1 {
  font-size: 13px;
  position: absolute;
  right: 18px;
  top: 12px;
  color: #616161;
  cursor: pointer;
}
.zhuanhuan1 svg {
  fill: #616161;
  width: 17px;
  height: 15px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.zhuanhuan1:hover {
  color: #4185eb;
}
.zhuanhuan1:hover svg {
  fill: #4185eb;
}

.right-com-special-list .item {
  width: 380px;
  height: 190px;
  position: relative;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.right-com-special-list .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.right-com-special-list .item p,
.right-com-special-list .item h3 {
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: white;
  width: 100%;
  opacity: 0.9;
  position: absolute;
  line-height: 50px;
  text-align: center;
}
.right-com-special-list .item .num {
  width: 80px;
  height: 30px;
  background: #4185eb;
  border-radius: 0px 0px 0px 15px;
  color: white;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  text-align: center;
}
.right-com-special-list .item:last-child {
  margin-bottom: 0;
}

.common-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  text-align: center;
}
.common-mask .common-pop-box {
  display: inline-block;
  vertical-align: middle;
  z-index: 20;
  border-radius: 4px;
  position: relative;
}
.common-mask .com-pop-btn-div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-mask .com-pop-btn-div p {
  width: 100px;
  height: 36px;
  text-align: center;
  color: white;
  cursor: pointer;
  line-height: 36px;
  margin: 0 10px;
  background: #2A82E4;
  border-radius: 4px;
  border: 1px solid #2A82E4;
}
.common-mask .com-pop-btn-div p.whiteBtn {
  border: 1px solid #2A82E4;
  color: #2A82E4;
  background-color: #fff;
}
.common-mask::before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.common-mask .common-pop-close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 30px;
  fill: #333;
  z-index: 20;
  cursor: pointer;
}

.common-mask-recharge,
.common-mask-onebuy {
  display: none;
}
.common-mask-recharge .all-vip-img,
.common-mask-onebuy .all-vip-img {
  position: absolute;
  left: 50%;
  width: 400;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -100px;
  cursor: pointer;
}
.common-mask-recharge .com-recharge-pop,
.common-mask-recharge .com-onebuy-pop,
.common-mask-onebuy .com-recharge-pop,
.common-mask-onebuy .com-onebuy-pop {
  height: 500px;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.common-mask-recharge .com-recharge-pop .com-recharge-pop-t,
.common-mask-recharge .com-onebuy-pop .com-recharge-pop-t,
.common-mask-onebuy .com-recharge-pop .com-recharge-pop-t,
.common-mask-onebuy .com-onebuy-pop .com-recharge-pop-t {
  color: #616161;
  line-height: 20px;
  text-align: left;
}
.common-mask-recharge .com-recharge-pop .recharge-head,
.common-mask-recharge .com-onebuy-pop .recharge-head,
.common-mask-onebuy .com-recharge-pop .recharge-head,
.common-mask-onebuy .com-onebuy-pop .recharge-head {
  height: 32px;
  margin-top: 20px;
}
.common-mask-recharge .com-recharge-pop .recharge-head > p,
.common-mask-recharge .com-onebuy-pop .recharge-head > p,
.common-mask-onebuy .com-recharge-pop .recharge-head > p,
.common-mask-onebuy .com-onebuy-pop .recharge-head > p {
  width: 740px;
  background: #f2f7ff;
  border-radius: 3px;
  color: #616161;
  line-height: 32px;
  text-align: center;
  display: none;
}
.common-mask-recharge .com-recharge-pop .recharge-head .only-vip,
.common-mask-recharge .com-onebuy-pop .recharge-head .only-vip,
.common-mask-onebuy .com-recharge-pop .recharge-head .only-vip,
.common-mask-onebuy .com-onebuy-pop .recharge-head .only-vip {
  display: block;
}
.common-mask-recharge .com-recharge-pop .recharge-list,
.common-mask-recharge .com-onebuy-pop .recharge-list,
.common-mask-onebuy .com-recharge-pop .recharge-list,
.common-mask-onebuy .com-onebuy-pop .recharge-list {
  margin-top: 20px;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item,
.common-mask-recharge .com-onebuy-pop .recharge-list .item,
.common-mask-onebuy .com-recharge-pop .recharge-list .item,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item {
  width: 230px;
  height: 150px;
  padding: 0 9px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  float: left;
  margin-right: 25px;
  cursor: pointer;
  position: relative;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item:last-child,
.common-mask-recharge .com-onebuy-pop .recharge-list .item:last-child,
.common-mask-onebuy .com-recharge-pop .recharge-list .item:last-child,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item:last-child {
  margin-right: 0;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item .item-top,
.common-mask-recharge .com-onebuy-pop .recharge-list .item .item-top,
.common-mask-onebuy .com-recharge-pop .recharge-list .item .item-top,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .item-top {
  height: 100px;
  border-bottom: 1px dashed #e3e3e3;
  padding-top: 24px;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item .item-top .t1,
.common-mask-recharge .com-onebuy-pop .recharge-list .item .item-top .t1,
.common-mask-onebuy .com-recharge-pop .recharge-list .item .item-top .t1,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .item-top .t1 {
  font-size: 12px;
  color: #313131;
  line-height: 17px;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item .item-top .p1,
.common-mask-recharge .com-onebuy-pop .recharge-list .item .item-top .p1,
.common-mask-onebuy .com-recharge-pop .recharge-list .item .item-top .p1,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .item-top .p1 {
  color: #4185eb;
  margin-top: 4px;
  line-height: 42px;
  font-size: 14px;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item .item-top .p1 span,
.common-mask-recharge .com-onebuy-pop .recharge-list .item .item-top .p1 span,
.common-mask-onebuy .com-recharge-pop .recharge-list .item .item-top .p1 span,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .item-top .p1 span {
  font-size: 30px;
  color: #4185eb;
  line-height: 42px;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item .bot-t,
.common-mask-recharge .com-onebuy-pop .recharge-list .item .bot-t,
.common-mask-onebuy .com-recharge-pop .recharge-list .item .bot-t,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .bot-t {
  line-height: 46px;
  font-size: 12px;
  color: #666666;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item .recommend-img,
.common-mask-recharge .com-onebuy-pop .recharge-list .item .recommend-img,
.common-mask-onebuy .com-recharge-pop .recharge-list .item .recommend-img,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .recommend-img {
  background-image: url("/static/common/com_images/tj.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  top: -2px;
  left: -6px;
  width: 56px;
  height: 29px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.8);
}
.common-mask-recharge .com-recharge-pop .recharge-list .item .check-img,
.common-mask-recharge .com-onebuy-pop .recharge-list .item .check-img,
.common-mask-onebuy .com-recharge-pop .recharge-list .item .check-img,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .check-img {
  width: 24px;
  height: 24px;
  position: absolute;
  text-align: center;
  background-color: #4185eb;
  border-radius: 50%;
  top: 15px;
  right: 20px;
  display: none;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item .check-img svg,
.common-mask-recharge .com-onebuy-pop .recharge-list .item .check-img svg,
.common-mask-onebuy .com-recharge-pop .recharge-list .item .check-img svg,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .check-img svg {
  width: 14px;
  height: 12px;
  margin-top: 6px;
  fill: white;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item .other-tip,
.common-mask-recharge .com-onebuy-pop .recharge-list .item .other-tip,
.common-mask-onebuy .com-recharge-pop .recharge-list .item .other-tip,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .other-tip {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4185EB;
  border-radius: 0px 0px 3px 3px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: white;
  font-size: 12px;
  display: none;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item.active,
.common-mask-recharge .com-onebuy-pop .recharge-list .item.active,
.common-mask-onebuy .com-recharge-pop .recharge-list .item.active,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item.active {
  border: 2px solid #4185eb;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item.active .check-img,
.common-mask-recharge .com-onebuy-pop .recharge-list .item.active .check-img,
.common-mask-onebuy .com-recharge-pop .recharge-list .item.active .check-img,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item.active .check-img {
  display: block;
}
.common-mask-recharge .com-recharge-pop .recharge-list .item.isBuyOne,
.common-mask-recharge .com-onebuy-pop .recharge-list .item.isBuyOne,
.common-mask-onebuy .com-recharge-pop .recharge-list .item.isBuyOne,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item.isBuyOne {
  display: none;
}
.common-mask-recharge .com-recharge-pop .pay-infor,
.common-mask-recharge .com-onebuy-pop .pay-infor,
.common-mask-onebuy .com-recharge-pop .pay-infor,
.common-mask-onebuy .com-onebuy-pop .pay-infor {
  margin-top: 30px;
}
.common-mask-recharge .com-recharge-pop .pay-infor .com-code-div,
.common-mask-recharge .com-onebuy-pop .pay-infor .com-code-div,
.common-mask-onebuy .com-recharge-pop .pay-infor .com-code-div,
.common-mask-onebuy .com-onebuy-pop .pay-infor .com-code-div {
  width: 142px;
  height: 142px;
  display: inline-block;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div {
  margin-left: 30px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .need-price,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .need-price,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .need-price,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .need-price {
  font-size: 14px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 19px;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .need-price span,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .need-price span,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .need-price span,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .need-price span {
  color: #4185eb;
  font-size: 20px;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .need-price s,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .need-price s,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .need-price s,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .need-price s {
  color: #313131;
  font-size: 14px;
  margin-left: 5px;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .tip,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .tip,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .tip,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .tip {
  font-size: 12px;
  color: #999999;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box {
  margin-top: 12px;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p {
  margin-bottom: 9px;
  font-size: 12px;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p:last-child,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p:last-child,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p:last-child,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p:last-child {
  margin-bottom: 0;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p svg,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p svg,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p svg,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p svg {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 8px;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.wx,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.wx,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.wx,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.wx {
  color: #28b300;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.wx svg,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.wx svg,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.wx svg,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.wx svg {
  width: 20px;
  height: 16px;
  margin-right: 4px;
  fill: #28b300;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.zfb,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.zfb,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.zfb,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.zfb {
  color: #2b96db;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.zfb svg,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.zfb svg,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.zfb svg,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.zfb svg {
  fill: #2b96db;
  width: 18px;
  margin-right: 9px;
  height: 18px;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.yinhang,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.yinhang,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.yinhang,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.yinhang {
  color: #005bab;
}
.common-mask-recharge .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.yinhang svg,
.common-mask-recharge .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.yinhang svg,
.common-mask-onebuy .com-recharge-pop .pay-infor .pay-infor-right-div .pay-type--box p.yinhang svg,
.common-mask-onebuy .com-onebuy-pop .pay-infor .pay-infor-right-div .pay-type--box p.yinhang svg {
  fill: #005bab;
  width: 20px;
  height: 20px;
}
.common-mask-recharge .com-recharge-pop .vip-tip-box,
.common-mask-recharge .com-onebuy-pop .vip-tip-box,
.common-mask-onebuy .com-recharge-pop .vip-tip-box,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box {
  margin-top: 30px;
}
.common-mask-recharge .com-recharge-pop .vip-tip-box > p,
.common-mask-recharge .com-onebuy-pop .vip-tip-box > p,
.common-mask-onebuy .com-recharge-pop .vip-tip-box > p,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box > p {
  float: left;
  font-size: 12px;
  color: #bebebe;
}
.common-mask-recharge .com-recharge-pop .vip-tip-box .a-box,
.common-mask-recharge .com-onebuy-pop .vip-tip-box .a-box,
.common-mask-onebuy .com-recharge-pop .vip-tip-box .a-box,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box .a-box {
  float: right;
}
.common-mask-recharge .com-recharge-pop .vip-tip-box .a-box a,
.common-mask-recharge .com-onebuy-pop .vip-tip-box .a-box a,
.common-mask-onebuy .com-recharge-pop .vip-tip-box .a-box a,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box .a-box a {
  font-size: 12px;
  color: #bebebe;
  margin-left: 20px;
}
.common-mask-recharge .com-recharge-pop .vip-tip-box .a-box a svg,
.common-mask-recharge .com-onebuy-pop .vip-tip-box .a-box a svg,
.common-mask-onebuy .com-recharge-pop .vip-tip-box .a-box a svg,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box .a-box a svg {
  width: 16px;
  height: 17px;
  vertical-align: text-top;
  margin-right: 6px;
  fill: #bebebe;
}
.common-mask-recharge .com-recharge-pop .vip-tip-box .a-box a:hover,
.common-mask-recharge .com-onebuy-pop .vip-tip-box .a-box a:hover,
.common-mask-onebuy .com-recharge-pop .vip-tip-box .a-box a:hover,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box .a-box a:hover {
  color: #357ce8;
}
.common-mask-recharge .com-recharge-pop .vip-tip-box .a-box a:hover svg,
.common-mask-recharge .com-onebuy-pop .vip-tip-box .a-box a:hover svg,
.common-mask-onebuy .com-recharge-pop .vip-tip-box .a-box a:hover svg,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box .a-box a:hover svg {
  fill: #357ce8;
}
.common-mask-recharge .com-recharge-pop.vip-and-buy .recharge-head > p,
.common-mask-recharge .com-onebuy-pop.vip-and-buy .recharge-head > p,
.common-mask-onebuy .com-recharge-pop.vip-and-buy .recharge-head > p,
.common-mask-onebuy .com-onebuy-pop.vip-and-buy .recharge-head > p {
  display: block;
  float: left;
}
.common-mask-recharge .com-recharge-pop.vip-and-buy .recharge-head .only-vip,
.common-mask-recharge .com-onebuy-pop.vip-and-buy .recharge-head .only-vip,
.common-mask-onebuy .com-recharge-pop.vip-and-buy .recharge-head .only-vip,
.common-mask-onebuy .com-onebuy-pop.vip-and-buy .recharge-head .only-vip {
  display: none;
}
.common-mask-recharge .com-recharge-pop.vip-and-buy .recharge-head .buy-head,
.common-mask-recharge .com-onebuy-pop.vip-and-buy .recharge-head .buy-head,
.common-mask-onebuy .com-recharge-pop.vip-and-buy .recharge-head .buy-head,
.common-mask-onebuy .com-onebuy-pop.vip-and-buy .recharge-head .buy-head {
  width: 170px;
  margin-right: 20px;
}
.common-mask-recharge .com-recharge-pop.vip-and-buy .recharge-head .vip-head,
.common-mask-recharge .com-onebuy-pop.vip-and-buy .recharge-head .vip-head,
.common-mask-onebuy .com-recharge-pop.vip-and-buy .recharge-head .vip-head,
.common-mask-onebuy .com-onebuy-pop.vip-and-buy .recharge-head .vip-head {
  width: 550px;
}
.common-mask-recharge .com-recharge-pop.vip-and-buy .recharge-list .item,
.common-mask-recharge .com-onebuy-pop.vip-and-buy .recharge-list .item,
.common-mask-onebuy .com-recharge-pop.vip-and-buy .recharge-list .item,
.common-mask-onebuy .com-onebuy-pop.vip-and-buy .recharge-list .item {
  width: 170px;
  height: 150px;
  margin-right: 20px !important;
}
.common-mask-recharge .com-recharge-pop.vip-and-buy .recharge-list .item .check-img,
.common-mask-recharge .com-onebuy-pop.vip-and-buy .recharge-list .item .check-img,
.common-mask-onebuy .com-recharge-pop.vip-and-buy .recharge-list .item .check-img,
.common-mask-onebuy .com-onebuy-pop.vip-and-buy .recharge-list .item .check-img {
  right: 15px;
  top: 15px;
}
.common-mask-recharge .com-recharge-pop.vip-and-buy .recharge-list .item.show-other-tip .other-tip,
.common-mask-recharge .com-onebuy-pop.vip-and-buy .recharge-list .item.show-other-tip .other-tip,
.common-mask-onebuy .com-recharge-pop.vip-and-buy .recharge-list .item.show-other-tip .other-tip,
.common-mask-onebuy .com-onebuy-pop.vip-and-buy .recharge-list .item.show-other-tip .other-tip {
  display: block;
}
.common-mask-recharge .com-recharge-pop.vip-and-buy .recharge-list .item.show-other-tip .bot-t,
.common-mask-recharge .com-onebuy-pop.vip-and-buy .recharge-list .item.show-other-tip .bot-t,
.common-mask-onebuy .com-recharge-pop.vip-and-buy .recharge-list .item.show-other-tip .bot-t,
.common-mask-onebuy .com-onebuy-pop.vip-and-buy .recharge-list .item.show-other-tip .bot-t {
  line-height: 27px;
}
.common-mask-recharge .com-recharge-pop.vip-and-buy .recharge-list .item.isBuyOne,
.common-mask-recharge .com-onebuy-pop.vip-and-buy .recharge-list .item.isBuyOne,
.common-mask-onebuy .com-recharge-pop.vip-and-buy .recharge-list .item.isBuyOne,
.common-mask-onebuy .com-onebuy-pop.vip-and-buy .recharge-list .item.isBuyOne {
  display: block;
}
.common-mask-recharge .com-onebuy-pop .recharge-list .item .bot-t,
.common-mask-onebuy .com-onebuy-pop .recharge-list .item .bot-t {
  line-height: 17px;
  height: 46px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-mask-recharge .com-onebuy-pop .vip-tip-box,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box {
  margin-top: 18px;
}
.common-mask-recharge .com-onebuy-pop .vip-tip-box > p,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box > p {
  text-align: left;
  line-height: 17px;
  color: #BEBEBE;
}
.common-mask-recharge .com-onebuy-pop .vip-tip-box .a-box,
.common-mask-onebuy .com-onebuy-pop .vip-tip-box .a-box {
  margin-top: 8px;
}

.common-mask-paySuc {
  display: none;
}
.common-mask-paySuc > div {
  border-radius: 50px 50px 30px 50px !important;
}
.common-mask-paySuc > div .common-pop-close {
  top: 0 !important;
  right: -74px !important;
  -webkit-transform: translateX(0) !important;
     -moz-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
       -o-transform: translateX(0) !important;
          transform: translateX(0) !important;
  left: auto !important;
}
.common-mask-paySuc .recharge-suc-pop {
  width: 380px;
  height: 100px;
  background-color: #fff;
  border-radius: 50px 50px 30px 50px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.06);
  position: relative;
  padding-left: 49px;
  padding-top: 24px;
  text-align: left;
}
.common-mask-paySuc .recharge-suc-pop .p1 {
  font-size: 20px;
  color: #154ff2;
  font-weight: bold;
  margin-bottom: 18px;
}
.common-mask-paySuc .recharge-suc-pop .p2 {
  font-size: 14px;
  color: #596380;
}
.common-mask-paySuc .recharge-suc-pop img {
  position: absolute;
  right: -34px;
  bottom: 0;
  width: 100px;
  height: 132px;
}

.com-login-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  display: none;
}
.com-login-pop #my-login {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.warning-pop {
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
     -moz-transform: translate(-50%, -70%);
      -ms-transform: translate(-50%, -70%);
       -o-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  z-index: 100002;
  border-radius: 0px 30px 30px 30px;
  white-space: nowrap;
}
.warning-pop img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  vertical-align: middle;
}
.warning-pop span {
  color: white;
  line-height: 60px;
  font-size: 16px;
  vertical-align: middle;
}
.warning-pop.suc-warning {
  border-radius: 6px;
}

.com-code-div {
  position: relative;
}
.com-code-div .code-img {
  width: 100%;
  height: 100%;
  display: none;
}
.com-code-div .overdue {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.85);
  text-align: center;
  padding-top: 15%;
  display: none;
}
.com-code-div .overdue .gq-t {
  color: #333;
  line-height: 24px;
}
.com-code-div .overdue .refresh-btn {
  width: 100px;
  height: 34px;
  background: #36a1fb;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  margin: 10px auto 0;
  color: #fff;
}
.com-code-div .lodding-div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}
.com-code-div .lodding-div img {
  position: absolute;
  -webkit-animation: rotate 2s linear infinite;
     -moz-animation: rotate 2s linear infinite;
       -o-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 54px;
  width: 54px;
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  left: 50%;
  top: 50%;
  margin-top: -27px;
  margin-left: -27px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.common-mask-fs-ewm {
  display: none;
}
.common-mask-fs-ewm .fs-ewm-box {
  width: 360px;
  height: 315px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  padding-top: 36px;
}
.common-mask-fs-ewm .fs-ewm-box .t {
  line-height: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
}
.common-mask-fs-ewm .fs-ewm-box img {
  width: 140px;
  height: 140px;
}
.common-mask-fs-ewm .fs-ewm-box .t2 {
  font-size: 12px;
  color: #616161;
  margin-top: 20px;
}

.com-files-inp {
  border: 1px solid red;
  opacity: 0;
  top: -100px;
  position: fixed;
}

.common-mask-loading .common-pop-box img {
  -webkit-animation: rotate 2s linear infinite;
     -moz-animation: rotate 2s linear infinite;
       -o-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
.common-mask-loading .common-pop-box p {
  color: white;
  margin-top: 10px;
}

.com-default-loading {
  margin: 15px 0;
  text-align: center;
}
.com-default-loading svg {
  -webkit-animation: rotate 2s linear infinite;
     -moz-animation: rotate 2s linear infinite;
       -o-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  fill: #4185eb;
  width: 30px;
  height: 30px;
}
.com-default-loading p {
  font-size: 16px;
  margin-top: 10px;
}

.com-yq-btn {
  width: 130px;
  height: 30px;
  background: #4185eb;
  border-radius: 15px;
  line-height: 30px;
  color: white;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.com-no-good {
  text-align: center;
  min-height: 300px;
  padding-top: 80px;
}
.com-no-good img {
  width: 100px;
  height: 128px;
}
.com-no-good p {
  text-align: center;
  color: #919191;
  margin-top: 25px;
}
.com-no-good p span {
  color: #313131;
}
.com-no-good p a {
  color: #4185eb;
  text-decoration: underline;
}

.new-right-nav .tsCentFont .item p {
  color: green;
}
.new-right-nav .tsCentFont .ewm-box img {
  width: 200px;
}

.com-select-form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.com-select-form > p {
  font-size: 14px;
  color: #B3B3B3;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  position: relative;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.com-select-form > p::before {
  content: "";
  margin-right: 12px;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  display: block;
  border-radius: 2px;
  border: 1px solid #E6E9EB;
}
.com-select-form > p svg {
  fill: white;
  position: absolute;
  width: 10px;
  height: 10px;
  display: none;
  left: 2px;
  top: 2px;
}
.com-select-form > p.active, .com-select-form > p:hover {
  color: #4185EB;
}
.com-select-form > p.active::before, .com-select-form > p:hover::before {
  background-color: #4185EB;
  border: 1px solid #4185EB;
}
.com-select-form > p.active svg, .com-select-form > p:hover svg {
  display: block;
}

.com-fk-btn {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border-radius: 8px;
  display: inline-block;
  background-color: #4185EA;
  color: white;
  cursor: pointer;
}
.com-fk-btn.white-fk {
  border: 2px solid #4185EA;
  background-color: #fff;
  color: #4185EA;
  line-height: 46px;
}

.evaluate-box {
  width: 360px;
  height: 40px;
  box-shadow: 0px 3px 10px 0px rgba(0, 41, 102, 0.2);
  border-radius: 25px;
  position: sticky;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  background: white;
  z-index: 10;
  margin-bottom: 10px;
  display: none;
}
.evaluate-box > span {
  line-height: 40px;
  padding-left: 30px;
  color: #313131;
  float: left;
}
.evaluate-box .evaluate-chagne {
  float: left;
  padding-top: 8px;
}
.evaluate-box .evaluate-chagne p {
  float: left;
  cursor: pointer;
  width: 60px;
  height: 24px;
  background: #001F4D;
  border-radius: 6px;
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
}

.com-feedback-pop {
  width: 460px;
  height: 543px;
  box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.3);
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
.com-feedback-pop .t {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-bottom: 42px;
}
.com-feedback-pop .content .item {
  margin-bottom: 30px;
}
.com-feedback-pop .content .item-t {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.com-feedback-pop .content .change-div-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.com-feedback-pop .content .change-div-content p {
  padding: 0 16px;
  height: 30px;
  cursor: pointer;
  margin-top: 10px;
  background: #EDF6FF;
  color: #498AD2;
  margin-right: 10px;
  line-height: 28px;
  border: 1px solid #9FC7EF;
  border-radius: 15px;
  font-size: 14px;
}
.com-feedback-pop .content .change-div-content input {
  width: 160px;
  border-radius: 15px;
  margin-top: 10px;
  height: 30px;
  font-size: 14px;
  background: #FAFAFA;
  text-align: center;
  border: 1px solid #DDDDDD;
}
.com-feedback-pop .content .change-div-content p.active,
.com-feedback-pop .content .change-div-content input.active {
  color: #FC7F48;
  background: #FFECE7;
  border-color: #FC9D74;
}
.com-feedback-pop .content .big-input-div textarea {
  width: 400px;
  height: 100px;
  resize: none;
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-size: 13px;
  padding: 12px;
}
.com-feedback-pop .content .input-div input {
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-size: 13px;
  width: 400px;
  height: 40px;
  padding-left: 15px;
}

.com-pay-channel-div {
  padding-top: 12px;
}
.com-pay-channel-div p {
  cursor: pointer;
  font-size: 12px;
  color: #313131;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 9px;
}
.com-pay-channel-div p::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 9px;
  border: 1px solid #C2C2C2;
}
.com-pay-channel-div p::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 4px;
}
.com-pay-channel-div p.active::before {
  border: 1px solid #4185eb;
}
.com-pay-channel-div p.active::after {
  background-color: #4185eb;
}
.com-pay-channel-div.detail-pay-channel {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-right-nav .new-font-nav-div {
  width: 60px;
  height: 72px;
  background: -webkit-linear-gradient(315deg, #5C94FF 0%, #0060FE 100%);
  background: -moz-linear-gradient(315deg, #5C94FF 0%, #0060FE 100%);
  background: -o-linear-gradient(315deg, #5C94FF 0%, #0060FE 100%);
  background: linear-gradient(135deg, #5C94FF 0%, #0060FE 100%);
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 10px;
  padding-top: 8px;
}
.new-right-nav .new-font-nav-div a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-right-nav .new-font-nav-div svg {
  width: 20px;
  fill: white;
  height: 20px;
}
.new-right-nav .new-font-nav-div p {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.9;
  text-align: center;
  color: white;
  margin-top: 4px;
}
.new-right-nav .new-font-nav-div.yellow {
  height: 60px;
  background: -webkit-linear-gradient(315deg, #FFBB5C 0%, #FE9400 100%);
  background: -moz-linear-gradient(315deg, #FFBB5C 0%, #FE9400 100%);
  background: -o-linear-gradient(315deg, #FFBB5C 0%, #FE9400 100%);
  background: linear-gradient(135deg, #FFBB5C 0%, #FE9400 100%);
}
.new-right-nav .code-box .code-item svg {
  width: 20px;
  height: 20px;
}

.BR4 {
  border-radius: 4px;
}

.BR8 {
  border-radius: 8px;
}

.com-gg-box {
  overflow: hidden;
}
.com-gg-box img {
  display: block;
}

.com-ele-page-box .com-ele-page {
  text-align: center;
}
.com-ele-page-box .com-ele-page button {
  margin-left: 10px;
  margin-right: 5px;
  width: 85px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e8eaec;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  text-align: center;
  padding: 0 0 !important;
  color: #616161;
}
.com-ele-page-box .com-ele-page button span {
  line-height: 40px;
  color: #616161;
  font-size: 16px;
}
.com-ele-page-box .com-ele-page button[disabled=disabled] span {
  color: #cccccc;
}
.com-ele-page-box .com-ele-page button:hover {
  background-color: #4185eb;
  border: 1px solid #4185eb;
}
.com-ele-page-box .com-ele-page button:hover span {
  color: white;
}
.com-ele-page-box .com-ele-page .el-pager li {
  width: 40px;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e8eaec;
  text-align: center;
  line-height: 40px;
  color: #616161;
  margin-right: 5px;
}
.com-ele-page-box .com-ele-page .el-pager li.active, .com-ele-page-box .com-ele-page .el-pager li:hover {
  background-color: #4185eb;
  border: 1px solid #4185eb;
  color: white;
}
.com-ele-page-box .com-ele-page .el-pagination__jump {
  line-height: 40px;
}
.com-ele-page-box .com-ele-page .el-pagination__jump .el-input__inner {
  height: 40px;
}